home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global Mysong
- if Mysong <> "hope" then
- sound stop 3
- end if
- set Mysong to "hope"
- ResumeAudio()
- PurgeWindows()
- end
-
- on mouseUp
- global MouseMGR
- set MouseMGR to "Styles"
- set the puppet of sprite 50 to 0
- updateStage()
- end
-